SAGACIOUS TECK MODIFICATION


Thanks for purchasing our Defi wallet script, we will always continue to build and Modify more script to make your web developing journing more easier

VERY IMPORTANT NOTICE, WHEN TRYING TO DELETE ALL THE USERS, FIRST AND DELETE THE TRANSACTIONS MADE BY A USER, THIS NOTICE IS ONLY FOR DEVELOPER TO AVOID RUNNING INTO ERROR PAGE

PLEASE NOTE THAT SAGACIOUS TECK ONLY MODIFIED THIS SCRIPT AND ADDED MORE FUNCTIONS TO IT, DID SOME CHANGES.

YOU CAN ALSO CONTACT US IF YOU WANT FURTHER MODIFICATIONS ON ANY SCRIPT



*. Ensure your PHP version >= 8.2.0 OR more

* .Mysql 5.X

* . Ensure Your Hosting is compatible with the script some hosting might not work well, we are working to update to the lastest php version 8.3
   Best Hosting to use is SGACIOUS TECK HOSTING. Link Below
   
   https://sagaciousteck.com
   
   
   

------------------------ INSTALLATION PROCESS ---------------------------:

1. Upload and extract the Defi Wallet script files to your website public_html directory or the directory you which to run your site from (sub-directory or sub-domain) in your filemanager. We advice either primary domain or sub domain if you are using your own frontend script.

2. Create your DATABASE and USER E.G. DATABASE: theme_db, USER: theme_user, PASSWORD: ******** .

3. Ensure you grant the database user all permissions.

4. Go to your phpmyadmin and upload the database.sql. This can also be found inside the DOCUMENTATION FOLDER

5. Go back to file manager Public_html folder OR Sub domain depending on the place you uploaded the script, open the file called .env
   update the database with the new one you created
   
   DB_CONNECTION=mysql
   DB_HOST=127.0.0.1
   DB_PORT=3306
   DB_DATABASE=theme_user   # The name of your database
   DB_USERNAME=theme_user   # The username used to connect
   DB_PASSWORD="theme_user" # The password for the database user
   
   Ensure the your Credentials are correct, 
   you will also need to scroll down and update the SMPT Email Credentials
   
   MAIL_MAILER=smtp                          # Mail driver (SMTP is the standard for email sending)
   MAIL_HOST=mail.youremail.com            # Your mail server hostname
   MAIL_PORT=587                             # Port number (587 for TLS, 465 for                                           SSL, 25 for non-encrypted)
   MAIL_USERNAME=support@youremail.com        # SMTP username (usually your full                                            email address)
   MAIL_PASSWORD=yourpassword            # SMTP password for the email account
   MAIL_ENCRYPTION=tls                       # Encryption method (tls or ssl)
   MAIL_FROM_ADDRESS="support@youremail.com"  # Default sender email address
   MAIL_FROM_NAME="${APP_NAME}"              # Default sender name (comes from APP_NAME in .env)
   
   After this changes and your unable to create account on the site, ensure to double check the smpt passwords and credentials.
   
   NOTE: Every email entered during registration must be a valid email because the system will send welcome emails to users.

6. Congrats, you are done!

*** Admin Logins ***

https://siteurl.com/login

EMAIL: admin@mail.com
		
		PASSWORD: Master@123456
		
	PLEASE NOTE: DO NOT MANUALLY ENCRYPT THE PASSWORD IN DATABASE ELSE YOUR PASSWORD WONT WORK. MAKE SURE ALL CHANGES OF PASSWORD ARE DONE IN THE DASHBOARD.

For added security, admins can enable 2FA (Two-Factor Authentication) to protect against unauthorized logins.




Cron Job for Stacking 
add the cronjob to run once Per 5 Minutes (******) 
you can set what you like depending what you set on the stacking


wget -O--q https://yoourdomain.com/cron/staking-fund-interest >/dev/null 2>&1



We also Recommend you to host with https://sagaciousteck.com, all our preminum script is compatible with there MariaDB and with there php versions




also join our Telegram group for more script update

https://t.me/+z8c2sxrM_jA3YWM0


